chore(nx): enable dependency-aware project analysis - #8003
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit 8d873e7
☁️ Nx Cloud last updated this comment at |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
Bundle Size BenchmarksThis pull request does not affect bundle size in any measured scenario. |
Merging this PR will degrade performance by 13.37%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Memory | mem server error-paths redirect (vue) |
294 KB | 570.1 KB | -48.44% |
| ❌ | Memory | mem client unique-location-churn (solid) |
341.6 KB | 659.2 KB | -48.17% |
| ❌ | Simulation | ssr dehydrate rich types (solid) |
87.3 ms | 99 ms | -11.76% |
| ❌ | Simulation | ssr dehydrate plain control (solid) |
119.6 ms | 129.3 ms | -7.52% |
| ❌ | Memory | mem client unique-location-churn (vue) |
984 KB | 1,032.3 KB | -4.68% |
| ❌ | Memory | mem server server-fn-churn (vue) |
263.1 KB | 274.8 KB | -4.27% |
| ❌ | Memory | mem client navigation-churn (solid) |
570.2 KB | 593.7 KB | -3.96% |
| ❌ | Memory | mem server error-paths unmatched (react) |
263.6 KB | 274.3 KB | -3.9% |
| ❌ | Simulation | ssr request loop (solid) |
158 ms | 163.8 ms | -3.51% |
| ⚡ | Memory | mem server error-paths redirect (solid) |
588.2 KB | 532.5 KB | +10.47% |
| ⚡ | Memory | mem client preload-churn (vue) |
776.2 KB | 737 KB | +5.33% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing codex/nx-js-auto-dependency-updates (7630436) with main (c568caf)
There was a problem hiding this comment.
Nx Cloud has identified a flaky task in your failed CI:
🔂 Since the failure was identified as flaky, we triggered a CI rerun by adding an empty commit to this branch.
🎓 Learn more about Self-Healing CI on nx.dev
Summary
@nx/jsso Nx discovers source-level project dependenciesprojectsAffectedByDependencyUpdates: "auto"start-plugin-core -> react-startedge that otherwise creates a circular build task graphImpact
Testing
pnpm install --lockfile-only --ignore-scripts --frozen-lockfileCI=1 NX_DAEMON=false pnpm nx graph --file=/tmp/router-nx-js-project-graph-resolved.jsonCI=1 NX_DAEMON=false pnpm test:eslint --outputStyle=stream --skipRemoteCacheCI=1 NX_DAEMON=false pnpm test:types --outputStyle=stream --skipRemoteCacheCI=1 NX_DAEMON=false pnpm test:unit --outputStyle=stream --skipRemoteCacheRouter Generator was detected as flaky: the first unit run encountered stale empty local fixture directories; after removing those generated directories, the focused target and full unit suite passed.